Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NAsFilter<T,TTargetType> Class
Members


In This Topic
    NAsFilter<T,TTargetType> Class
    In This Topic
    Filters items that are instances of the TTargetType generic argument and pass a specific inner filter.
    Object Model
    NAsFilter<T,TTargetType> Class
    Syntax
    'Declaration
     
    
    Public NotInheritable Class NAsFilter
        (Of T,TTargetType As Class) 
       Implements INFilter(Of T) 
    'Usage
     
    
    Dim instance As NAsFilter(Of T,TTargetType)
    public sealed class NAsFilter<T,TTargetType> : INFilter<T>  
    where TTargetType: class
    Type Parameters
    T
    TTargetType
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.DataStructures.NAsFilter<T,TTargetType>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also